Lime Web Components API Documentation - v6.24.0
    Preparing search index...

    Interface Option

    interface Option {
        id?: number;
        inactive: boolean;
        key: string;
        order?: number;
        text: string;
    }
    Index

    Properties

    id?: number
    inactive: boolean
    key: string
    order?: number
    text: string