CSStringValueStoreProperty

constructor(store: CSStore, key: String, getDefault: () -> String, onChange: (value: String) -> Unit? = null)
constructor(store: CSStore, key: String, default: String, onChange: (value: String) -> Unit? = null)