@hmiproject/helio-sdk
    Preparing search index...

    Type Alias UseActionHookResult

    type UseActionHookResult = {
        canCall: boolean | undefined;
        ref: RefObject<HTMLElement | null>;
        call(): void;
        render(): ReactNode;
    }
    Index

    Properties

    Methods

    Properties

    canCall: boolean | undefined

    Can the action be called?

    If this is undefined, the current status of the read permission cannot be determined at the moment.

    ref: RefObject<HTMLElement | null>

    Methods