createControlSurfaceRenderPlan
createControlSurfaceRenderPlan(
panel,options?): readonlyReadonly<{appearance:ControlAppearance;control:ControlUiControlRef;controlId:string;element?:Readonly<{bind:PanelElementBinding;grid:PanelGridPosition;id?:string;interfaceControlId?:string;kind:PanelControlKind;label?:string;physical?:PanelElementPhysicalPlacement; }>;faceId?:string;id:string;label:string; }>[]
Defined in: packages/control-ui/src/render-plan.ts:24
Parameters
Section titled “Parameters”options?
Section titled “options?”ControlSurfaceRenderPlanOptions = {}
Returns
Section titled “Returns”readonly Readonly<{ appearance: ControlAppearance; control: ControlUiControlRef; controlId: string; element?: Readonly<{ bind: PanelElementBinding; grid: PanelGridPosition; id?: string; interfaceControlId?: string; kind: PanelControlKind; label?: string; physical?: PanelElementPhysicalPlacement; }>; faceId?: string; id: string; label: string; }>[]