Popii - v0.5.1
    Preparing search index...

    Interface PopiiServerSetting

    interface PopiiServerSetting {
        id: string;
        label: string;
        description?: string;
        type: "boolean" | "text" | "select" | "channel" | "role";
        options?: { label: string; value: string }[];
        default?: any;
        category?: string;
        channelTypes?: number[];
        paragraph?: boolean;
    }
    Index

    Properties

    id: string
    label: string
    description?: string
    type: "boolean" | "text" | "select" | "channel" | "role"
    options?: { label: string; value: string }[]
    default?: any
    category?: string
    channelTypes?: number[]
    paragraph?: boolean