Header menu logo issie

SheetInstance Type

One custom component instance on a sheet's canvas. The field names are prefixed because F# resolves an unannotated record field to the LAST type declaring it: `Label`, `Id` and `Sheet` would each capture uses meant for Component and for the Elmish Model, in every file compiled after this one.

Record fields

Record Field Description

InstId

Full Usage: InstId

Field type: ComponentId

the id of the custom component on that canvas

Field type: ComponentId

InstLabel

Full Usage: InstLabel

Field type: string

the label the instance carries on the canvas it sits on

Field type: string

InstSheet

Full Usage: InstSheet

Field type: string

the design-time name of the sheet it instantiates

Field type: string

Type something to start searching.