Readonly
_tag
_tag: "dxos.org/plugin/layout/action/update-layout"
input: {
options: {
blockAlign?: "center" | "start" | "end";
overlayClasses?: string;
overlayStyle?: { readonly [key: string]: any };
props?: { readonly [key: string]: any };
state?: boolean;
type?: "default" | "alert";
};
part: "dialog";
subject?: string;
} = ...
Readonly
output
output: void = Schema.Void
Static
Readonly
_tag
_tag: "dxos.org/plugin/layout/action/update-layout"
Static
Readonly
[TypeId]
"[TypeId]": { _A: Invariant<UpdateDialog>; _I: Invariant< { _tag: "dxos.org/plugin/layout/action/update-layout"; input: { options: { blockAlign?: "center" | "start" | "end"; overlayClasses?: string; overlayStyle?: { readonly [key: string]: any }; props?: { readonly [key: string]: any }; state?: boolean; type?: "default" | "alert"; }; part: "dialog"; subject?: string; }; 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: {
blockAlign?: "center" | "start" | "end";
overlayClasses?: string;
overlayStyle?: { readonly [key: string]: any };
props?: { readonly [key: string]: any };
state?: boolean;
type?: "default" | "alert";
};
part: "dialog";
subject?: string;
};
output: void;
}
Static
Readonly
fields
fields: {
_tag: tag<"dxos.org/plugin/layout/action/update-layout">;
input: Struct<
{
options: Struct<
{
blockAlign: optional<Literal<["start", "center", "end"]>>;
overlayClasses: optional<SchemaClass<string, string, never>>;
overlayStyle: optional<Record$<typeof String$, typeof Any>>;
props: optional<Record$<typeof String$, typeof Any>>;
state: optional<SchemaClass<boolean, boolean, never>>;
type: optional<Literal<["default", "alert"]>>;
},
>;
part: Literal<["dialog"]>;
subject: optional<SchemaClass<string, string, never>>;
},
>;
output: typeof Void;
}
Static
Readonly
identifier
identifier: string
Static
Readonly
Type
Since
3.10.0