Readonly
_tag
_tag: "dxos.org/plugin/layout/action/update-layout"
input: {
options: {
props?: { readonly [key: string]: any };
side?: "left" | "top" | "right" | "bottom";
state?: boolean;
} & (
| { anchor: any; variant: "virtual" }
| { anchorId: string; variant?: "react" }
);
part: "popover";
subject?: any;
} = ...
Readonly
output
output: void = Schema.Void
Static
Readonly
_tag
_tag: "dxos.org/plugin/layout/action/update-layout"
Static
Readonly
[TypeId]
"[TypeId]": { _A: Invariant<UpdatePopover>; _I: Invariant< { _tag: "dxos.org/plugin/layout/action/update-layout"; input: { options: { props?: { readonly [key: string]: any }; side?: "left" | "top" | "right" | "bottom"; state?: boolean; } & (
| { anchor: any; variant: "virtual" } | { anchorId: string; variant?: "react" } )
; part: "popover"; subject?: any; }; output: void; }, >; _R: Covariant<never>;} Static
Readonly
ast
ast: Transformation
Static
Readonly
Context
Context: never
Static
Readonly
Encoded
Encoded: {
_tag: "dxos.org/plugin/layout/action/update-layout";
input: {
options: {
props?: { readonly [key: string]: any };
side?: "left" | "top" | "right" | "bottom";
state?: boolean;
} & (
| { anchor: any; variant: "virtual" }
| { anchorId: string; variant?: "react" }
);
part: "popover";
subject?: any;
};
output: void;
}
Static
Readonly
fields
fields: {
_tag: tag<"dxos.org/plugin/layout/action/update-layout">;
input: Struct<
{
options: extend<
Struct<
{
props: optional<Record$<typeof String$, typeof Any>>;
side: optional<Literal<["top", "right", "bottom", "left"]>>;
state: optional<SchemaClass<boolean, boolean, never>>;
},
>,
Union<
[
Struct<
{
anchor: SchemaClass<any, any, never>;
variant: Literal<["virtual"]>;
},
>,
Struct<
{
anchorId: SchemaClass<string, string, never>;
variant: optional<Literal<[(...)]>>;
},
>,
],
>,
>;
part: Literal<["popover"]>;
subject: optional<SchemaClass<any, any, never>>;
},
>;
output: typeof Void;
}
Static
Readonly
identifier
identifier: string
Static
Readonly
Type
Since
3.10.0