Package version:

Type Alias ConfigurationSetting<T>

ConfigurationSetting<T>: ConfigurationSettingParam<T> & {
    isReadOnly: boolean;
    lastModified?: Date;
}

Configuration setting with extra metadata from the server, indicating its etag, whether it is currently readOnly and when it was last modified.

Type Parameters

Type declaration

  • isReadOnly: boolean

    Whether or not the setting is read-only

  • OptionallastModified?: Date

    The date when this setting was last modified