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