Type alias PODEntryIdentifier

PODEntryIdentifier: `${PODName}.${PODName | PODVirtualEntryName}`

String specifying a named entry, virtual or otherwise, in a named object, in the format objectName.entryName. Each of the sub-parts should be a valid PODName, checked by POD_NAME_REGEX or POD_VIRTUAL_NAME_REGEX.

Examples: "ticket1.eventID", "award.$signerPublicKey"

Generated using TypeDoc