Interface ObjectOptions

Action's Object options

interface ObjectOptions {
    description?: string;
    label?: string;
    type: string;
}

Properties

description?: string
label?: string
type: string