Initializing help system before first use

Accessing Schema Information

Schema information is available for any model entity.

The available information is listed in the JavaScript API documentation, which defines a range of getter methods.

Code editor
<vdl-section>
  <vdl-page>
    <vdl-section heading="Accessing Schema Information">
        <vdl-row>
            <vdl-column>
                <div><span vdl-text="=schema.frac.getType()"></span></div>
            </vdl-column>
            <vdl-column>
                <div><span vdl-text="=schema.frac.getIndexSets()"></span></div>
            </vdl-column>
            <vdl-column>
                <div><span vdl-text="=schema.frac.isConstant()"></span></div>
            </vdl-column>
        </vdl-row>
    </vdl-section>
</vdl-page>
</vdl-section>
View Designer

Accessing Schema Information in the View Designer

In addition, to acquire the alias for an entity, use the following:
<span vdl-text="=schema.frac.alias"></span>