AboutSupportDeveloper GuideVersion 22.3.18

Store custom button configuration

interface StoreButtonConfig {
    action: CustomActionSpecifier;
    disabled?: boolean;
    options?: never;
    parentHover?: boolean;
    title: string;
}

Hierarchy

Properties

Custom action once the button is clicked

disabled?: boolean

Disable custom button true or false

options?: never
parentHover?: boolean
title: string