FrontPanel Platform API - v6.0.0
    Preparing search index...

    Interface IDeviceSettingProperty

    Interface representing a device setting property.

    interface IDeviceSettingProperty {
        access: DeviceSettingAccessFlags;
        key: string;
        type: DeviceSettingType;
    }
    Index

    Properties

    Properties

    Access type of the device setting.

    key: string

    Key used to identify the device setting.

    Type of the device setting.