SettingsSchema.listKeys

Introspects the list of keys on @schema.

You should probably not be calling this function from "normal" code (since you should already know what keys are in your schema). This function is intended for introspection reasons.

class SettingsSchema
string[]
listKeys
()

Return Value

Type: string[]

a list of the keys on @schema, in no defined order

Meta

Since

2.46