interface ControlSerializeSettings {
    sensitive?: boolean;
    serializable?: boolean;
}

Properties

sensitive?: boolean
serializable?: boolean