Plugins

Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0

useConfigurableInput

Evaluate serialized configurable-input state through the host hook.

Import

import { useConfigurableInput } from "@dartwic/interface-sdk/hooks";

Declaration

export function useConfigurableInput(data: Record<string, unknown>) {
    return callHostHook("useConfigurableInput", [data]);
}