Appearance
Home > @plaidev/karte-action-sdk > create
create() function
アクションを作成する
Signature:
typescript
declare function create<Props extends ModalProps, Variables, VariablesQuery extends Array<VariableQuery>>(App: typeof SvelteComponentDev, options?: ActionOptions<Props, Variables & ActionVariables, VariablesQuery>): () => void;
Parameters
Parameter | Type | Description |
---|---|---|
App | typeof SvelteComponentDev | Svelte コンポーネントのエントリポイント |
options | ActionOptions<Props, Variables & ActionVariables, VariablesQuery> | (Optional) オプション |
Returns:
() => void
アクションを破棄する関数