Sanity Library Reference Docs
    Preparing search index...

    Interface ReleaseActionDescription

    interface ReleaseActionDescription {
        disabled?: boolean;
        icon?: ReactNode | ComponentType<{}>;
        label: string;
        onHandle?: () => void;
        title?: ReactNode;
    }
    Index

    Properties

    disabled?: boolean
    icon?: ReactNode | ComponentType<{}>
    label: string
    onHandle?: () => void
    title?: ReactNode