Home > harper.js > StructuredLintBoolSetting > Bool

StructuredLintBoolSetting.Bool property

Signature:

Bool: {
        name: string;
        state: boolean;
        label?: string | null;
    };