Enode — API Reference
    Preparing search index...

    What the host renders: the head of the queue, without its resolvers.

    interface ActionDialogState {
        current: { action: RequiredAction; body: unknown } | null;
        open: boolean;
    }
    Index

    Properties

    Properties

    current: { action: RequiredAction; body: unknown } | null
    open: boolean