platform-bible-utils

    Interface StateBase

    Base information needed to describe a state entry

    interface StateBase {
        default: unknown;
        derivesFrom?: `${string}.${string}`;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    default: unknown

    Default value for the state/setting

    derivesFrom?: `${string}.${string}`

    A state/setting ID whose value to set to this state/setting's starting value the first time this state/setting is loaded

    MMNEPVFCICPMFPCPTTAAATR