Secret.Collection.prototype.get_flags
function get_flags(): Secret.CollectionFlags {
// Gjs wrapper for secret_collection_get_flags()
}
Get the flags representing what features of the Secret.Collection proxy have been initialized.
Use Secret.Collection.prototype.load_items to initialize further features and change the flags.
- Returns
the flags for features initialized