Type alias WaveXmdDimensionCustomAction
WaveXmdDimensionCustomAction: {
customActionName: string;
enabled: boolean;
icon?: string | null;
method?: string | null;
sortIndex: number;
target?: string | null;
tooltip?: string | null;
url?: string | null;
}
Type declaration
customActionName: string
enabled: boolean
Optional icon?: string | null
Optional method?: string | null
sortIndex: number
Optional target?: string | null
Optional tooltip?: string | null
Optional url?: string | null